window: Make priv->titlebar the titlebar
authorBenjamin Otte <otte@redhat.com>
Tue, 21 Sep 2021 01:48:42 +0000 (03:48 +0200)
committerBenjamin Otte <otte.benjamin@googlemail.com>
Tue, 21 Sep 2021 02:52:30 +0000 (02:52 +0000)
commit32871f997efe1be79edec2067f23fb4d9d9fa824
treee1a3c0ed3e8b5c73e9af8d000a710e2ed0b04e7c
parent9fb729ccc01dadc674aab23981cff78eaef2059f
window: Make priv->titlebar the titlebar

It was priv->title_box before - unless priv->titlebar wasn't NULL, then
it was NULL.

Confusing? Yeah, that's why I changed it.
gtk/gtkwindow.c